sgdk
|
00001 00010 #ifndef _FONT_H_ 00011 #define _FONT_H_ 00012 00013 00014 #define FONT_LEN 96 00015 00016 // contains definition of the base font 00017 #include "bmp.h" 00018 #include "vdp_tile.h" 00019 #include "libres.h" 00020 00021 00022 #endif // _FONT_H_